Module.open

A thin wrapper function around g_module_open_full()

class Module
static
open

Parameters

fileName string

the name of the file containing the module, or %NULL to obtain a #GModule representing the main program itself

flags GModuleFlags

the flags used for opening the module. This can be the logical OR of any of the #GModuleFlags.

Return Value

Type: Module

a #GModule on success, or %NULL on failure

Meta